projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
220dae7
)
(sentence-end-double-space): Doc fix.
author
Dave Love
<fx@gnu.org>
Fri, 12 Mar 1999 18:48:09 +0000
(18:48 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 12 Mar 1999 18:48:09 +0000
(18:48 +0000)
lisp/textmodes/fill.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/fill.el
b/lisp/textmodes/fill.el
index 14f7e23d4c028ddf7b47e2af6ed72406a7318d44..3c88abc615c2515defd3670969717b6aa5cc3003 100644
(file)
--- a/
lisp/textmodes/fill.el
+++ b/
lisp/textmodes/fill.el
@@
-38,7
+38,10
@@
A value of nil means that any change in indentation starts a new paragraph."
:group 'fill)
(defcustom sentence-end-double-space t
- "*Non-nil means a single space does not end a sentence."
+ "*Non-nil means a single space does not end a sentence.
+
+If you change this, you should also change `sentence-end'.
+See Info node `Sentences'."
:type 'boolean
:group 'fill)